Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lua cluster_specifier: give access to cluster connection/request counts #36998

Merged
merged 1 commit into from
Nov 6, 2024

Conversation

ggreenway
Copy link
Contributor

Add accessors from a cluster_specifier lua script for cluster connection and request counts
Risk Level: Low
Testing: New tests added
Docs Changes: Added
Release Notes: Added

Signed-off-by: Greg Greenway <ggreenway@apple.com>
Copy link
Member

@wbpcode wbpcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for this great contribution.

@ggreenway ggreenway merged commit 0342caf into envoyproxy:main Nov 6, 2024
20 checks passed
ggreenway added a commit to ggreenway/envoy that referenced this pull request Nov 8, 2024
Envoy would crash when the Lua garbage collector ran if `getCluster()`
had been called.

This was added in envoyproxy#36998

Signed-off-by: Greg Greenway <ggreenway@apple.com>
wbpcode pushed a commit that referenced this pull request Nov 9, 2024
Envoy would crash when the Lua garbage collector ran if `getCluster()`
had been called.

This was added in #36998

Signed-off-by: Greg Greenway <ggreenway@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants